home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / security / doc / clippings / 930413-02 < prev    next >
Encoding:
Text File  |  1993-05-21  |  2.1 KB  |  61 lines

  1. Newsgroups: comp.security.misc
  2. From: shabbir@panix.com (Shabbir J. Safdar)
  3. Subject: Chkacct v1.3 now available.
  4. Message-ID: <C5Fpro.GL@panix.com>
  5. Organization: PANIX Public Access Unix, NYC
  6. Date: Tue, 13 Apr 1993 18:23:47 GMT
  7.  
  8. Chkacct v1.3 is now available from
  9.  
  10.     ftp.cs.purdue.edu:/pub/pcert/tools/unix/chkacct.tar.Z
  11.  
  12. Attached below are two forms of verification, a sum(1) from chkacct.tar
  13. and a detached signature of chkacct.tar I made with PGP.  If you want
  14. to check the integrity of the signature, you can get my PGP public key
  15. by finger'ing my account shabbir@sun.panix.com, or by checking one of the
  16. PGP mail-key-services.  Also attached below is a section from the 
  17. README file about chkacct.
  18.  
  19. ### Before checking signature, be sure to uncompress chkacct.tar.Z
  20.  
  21. Here is a signature from chkacct.tar.  To check it, use:
  22.  
  23.     pgp chkacct.tar.asc chkacct.tar
  24.  
  25. where chkacct.tar.asc contains the following signature.
  26.  
  27. -----BEGIN PGP MESSAGE-----
  28. Version: 2.1
  29.  
  30. owEBmABn/4kAlQIFACvIk4ruFU/YNemM1QEBfawEAJS61q/efJ0DyOwJ27W1mU3u
  31. D/or/O5a5B/NA8Yt65mn+cIKqvHzSX8DtU1S+SGZcf75/+PjLnsA1E2mktNz4vBh
  32. abjK/e4lOmXaT1JFE8h4hNjpSCbDNUp0LVCvOnwjkSEFYZCiDFb/iuUDJMP2YHCU
  33. wrWz1JQ6AZ8EUEF3SC42
  34. =Mmdt
  35. -----END PGP MESSAGE-----
  36.  
  37. Here is the output of sum(1) for ckhacct.tar.  To check it, use
  38.  
  39.     $ sum chkacct.tar
  40.  
  41. Output: 41849   112
  42.  
  43. ========================================================================
  44.  
  45. This is chkacct v1.3:
  46.  
  47. Chkacct is a tool that allows someone to check the security of their
  48. account without necessarily having a lot of Unix expertise to draw
  49. upon.  It is useful to Unix novices and gurus alike (because we all
  50. overlook permissions eventually).  For novices, it can be run
  51. periodically to check file permissions and to fix them.  For gurus, it
  52. can be run out of a crontab in "harmless" mode and the output mailed to
  53. you.  This will allow you to handle all the problems yourself.
  54.  
  55. Chkacct checks your home directory for some important "dot" files as
  56. well as looks throughout your entire home directory for world writable
  57. files.  It always provides helpful information files that can assist
  58. the Unix novice with new concepts such as file permissions and file
  59. ownership.
  60.  
  61.